AnthropicLLMUnit
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- model | No | Reference[LLMModel] | No | - | - |
- temperature | No | number | No | - | Temperature |
- max_tokens | No | integer | No | - | Max Tokens |
- client_args | No | object | No | - | Client Args |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "AnthropicLLMUnit"
2. Property model
Type | Reference[LLMModel] |
Required | No |
Default | {"implementation": "eidolon_ai_sdk.apu.llm_unit.LLMModel"} |
3. Property temperature
Title: Temperature
Type | number |
Required | No |
Default | 0.3 |
4. Property max_tokens
Title: Max Tokens
Type | integer |
Required | No |
Default | null |
5. Property client_args
Title: Client Args
Type | object |
Required | No |
Additional properties | [Any type: allowed] |
Default | {} |