FileLoggerName | Description |
---|---|
config | Type: dict[str, Any] |
Name | Description |
---|---|
invocation_id | Type: uuid.UUID |
client_id | Type: int |
wrapper_id | Type: int |
source | Type: str | Agent |
request | Type: dict[str, float | str | list[dict[str, str]]] |
response | Type: str | ChatCompletion |
is_cached | Type: int |
cost | Type: float |
start_time | Type: str |
Name | Description |
---|---|
source | Type: str | Agent |
name | Type: str |
**kwargs | Type: dict[str, Any] |
Name | Description |
---|---|
source | Type: str | Agent |
function | Type: F |
args | Type: dict[str, Any] |
returns | Type: Any |
Name | Description |
---|---|
agent | Type: ConversableAgent |
init_args | Type: dict[str, Any] Default: {} |
Name | Description |
---|---|
client | Type: AzureOpenAI | OpenAI | CerebrasClient | GeminiClient | AnthropicClient | MistralAIClient | TogetherClient | GroqClient | CohereClient | OllamaClient | BedrockClient |
wrapper | Type: OpenAIWrapper |
init_args | Type: dict[str, Any] |
Name | Description |
---|---|
wrapper | Type: OpenAIWrapper |
init_args | Type: dict[str, LLMConfig | list[LLMConfig]] Default: {} |