Skip to content

Commit

Permalink
1. New example added
Browse files Browse the repository at this point in the history
2. DataSource documentation fixes
  • Loading branch information
Puchaczov committed Feb 1, 2025
1 parent 04bf7e9 commit a47bc13
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/Ollama/linux-arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### ollama.llm(string model, float temperature)
### ollama.llm(string model, decimal temperature)

Gives the access to Ollama api

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/Ollama/linux-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### ollama.llm(string model, float temperature)
### ollama.llm(string model, decimal temperature)

Gives the access to Ollama api

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/Ollama/macos-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### ollama.llm(string model, float temperature)
### ollama.llm(string model, decimal temperature)

Gives the access to Ollama api

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/Ollama/windows-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### ollama.llm(string model, float temperature)
### ollama.llm(string model, decimal temperature)

Gives the access to Ollama api

Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/OpenAI/linux-arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature)
### openai.gpt(string model, int maxTokens, decimal temperature)

Gives the access to OpenAI api

Expand All @@ -82,7 +82,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty)

Gives the access to OpenAI api

Expand All @@ -100,7 +100,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty, double presencePenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty, decimal presencePenalty)

Gives the access to OpenAI api

Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/OpenAI/linux-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature)
### openai.gpt(string model, int maxTokens, decimal temperature)

Gives the access to OpenAI api

Expand All @@ -82,7 +82,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty)

Gives the access to OpenAI api

Expand All @@ -100,7 +100,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty, double presencePenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty, decimal presencePenalty)

Gives the access to OpenAI api

Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/OpenAI/macos-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature)
### openai.gpt(string model, int maxTokens, decimal temperature)

Gives the access to OpenAI api

Expand All @@ -82,7 +82,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty)

Gives the access to OpenAI api

Expand All @@ -100,7 +100,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty, double presencePenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty, decimal presencePenalty)

Gives the access to OpenAI api

Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/OpenAI/windows-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature)
### openai.gpt(string model, int maxTokens, decimal temperature)

Gives the access to OpenAI api

Expand All @@ -82,7 +82,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty)

Gives the access to OpenAI api

Expand All @@ -100,7 +100,7 @@ In order to use the plugin, the user must set any required environment variables
{: .warning }
This table's structure is determined at runtime, meaning its columns and properties will vary based on the data source. Use the 'desc' command to view the current table structure.

### openai.gpt(string model, int maxTokens, double temperature, double frequencyPenalty, double presencePenalty)
### openai.gpt(string model, int maxTokens, decimal temperature, decimal frequencyPenalty, decimal presencePenalty)

Gives the access to OpenAI api

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/Os/linux-arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Compares two directories
| SourceFileRelative | string | Relative path to source file |
| DestinationFileRelative | string | Relative path to destination file |

### os.directories(string directory, boolean useSubdirectories)
### os.directories(string directory, bool useSubdirectories)

Gets the directories

Expand Down Expand Up @@ -72,7 +72,7 @@ Gets the dlls
| Assembly | Assembly | Gets the Assembly object |
| Version | FileVersionInfo | Gets the assembly version |

### os.files(string directory, boolean useSubdirectories)
### os.files(string directory, bool useSubdirectories)

Gets the files

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/Os/linux-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Compares two directories
| SourceFileRelative | string | Relative path to source file |
| DestinationFileRelative | string | Relative path to destination file |

### os.directories(string directory, boolean useSubdirectories)
### os.directories(string directory, bool useSubdirectories)

Gets the directories

Expand Down Expand Up @@ -72,7 +72,7 @@ Gets the dlls
| Assembly | Assembly | Gets the Assembly object |
| Version | FileVersionInfo | Gets the assembly version |

### os.files(string directory, boolean useSubdirectories)
### os.files(string directory, bool useSubdirectories)

Gets the files

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/Os/macos-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Compares two directories
| SourceFileRelative | string | Relative path to source file |
| DestinationFileRelative | string | Relative path to destination file |

### os.directories(string directory, boolean useSubdirectories)
### os.directories(string directory, bool useSubdirectories)

Gets the directories

Expand Down Expand Up @@ -72,7 +72,7 @@ Gets the dlls
| Assembly | Assembly | Gets the Assembly object |
| Version | FileVersionInfo | Gets the assembly version |

### os.files(string directory, boolean useSubdirectories)
### os.files(string directory, bool useSubdirectories)

Gets the files

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/Os/windows-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Compares two directories
| SourceFileRelative | string | Relative path to source file |
| DestinationFileRelative | string | Relative path to destination file |

### os.directories(string directory, boolean useSubdirectories)
### os.directories(string directory, bool useSubdirectories)

Gets the directories

Expand Down Expand Up @@ -72,7 +72,7 @@ Gets the dlls
| Assembly | Assembly | Gets the Assembly object |
| Version | FileVersionInfo | Gets the assembly version |

### os.files(string directory, boolean useSubdirectories)
### os.files(string directory, bool useSubdirectories)

Gets the files

Expand Down
Loading

0 comments on commit a47bc13

Please sign in to comment.