Skip to content

OpenAIAssistant

.halguru.yamlLLMConnectors[]OpenAIAssistant

Represents the configuration for the OpenAI Assistant Large Language Model (LLM) connector.

LLMConnectors:
  - OpenAIAssistant:
      Name: My LLM Connector
      Model: gpt-4.1
      Temperature: 0.1
      MaxTokens: 1000
      AssistantId: 
      VectorStoreId: 
      ApiKey: 
      SystemPromptName: 
      Tools: []
      RAGConnectorNames: []
      ApiUrl: https://www.example.com

Field Information#

Name Description
Title Open AI Assistant
Field Type Object
Required False

Field List#

Name Type Required Description
Name Text ✔️ The name of the llm connector.
Model Text The model identifier to use within the LLM Connector instance.
Temperature Decimal The randomness of responses generated by the language model.
MaxTokens Integer The maximum number of tokens the model will generate in its response.
AssistantId Text The specific assistant model or instance used within the LLM connection.
VectorStoreId Text The identifier for the associated vector store.
ApiKey Password The API key used to authenticate with the LLM provider.
SystemPromptName Text The custom instructions or contextual guidance provided to the LLM for tailoring its responses.
Tools[] SimpleList The collection of tools or additional functionalities associated with the LLM connection.
RAGConnectorNames[] SimpleList The collection of RAG connector names associated with the LLM connection.
ApiUrl Url The base URL of the API used to connect to the Large Language Model (LLM) provider.

Remarks#

This property enables the integration of the OpenAI Assistant service within the connector item. It provides a mechanism to configure and manage interactions specifically with the OpenAI Assistant provider.

Technical Information#

Property Value
Path LLMConnectors[].OpenAIAssistant
Internal Type AgentModels.LLMConnectorsModels.OpenAIAssistantLLMConnector
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0