This commit is contained in:
Marco Beretta 2025-12-16 10:11:31 +08:00 committed by GitHub
commit c91bc818aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1111 additions and 357 deletions

View file

@ -240,6 +240,8 @@ class AgentClient extends BaseClient {
Object.assign(
{
endpoint: this.options.endpoint,
endpointType: this.options.endpointType,
model: this.options.agent?.model_parameters?.model,
agent_id: this.options.agent.id,
modelLabel: this.options.modelLabel,
maxContextTokens: this.options.maxContextTokens,