feat: runnables powered agent #6266
ci.yml
on: pull_request
Check formatting
1m 27s
Check linting
4m 5s
Environment Tests
2m 24s
Matrix: Unit Tests
Annotations
11 errors
Environment Tests
Property 'llm' does not exist on type 'Runnable<any, any, BaseCallbackConfig>'.
|
Environment Tests
Property 'llmChain' does not exist on type 'OpenAIAgent'.
|
Environment Tests
Property 'llmChain' does not exist on type 'OpenAIAgent'.
|
Environment Tests
Argument of type '{ llmChain: LLMChain<string, BaseLanguageModel<any, BaseLanguageModelCallOptions>>; allowedTools: string[]; }' is not assignable to parameter of type 'ZeroShotAgentInput'.
|
Environment Tests
Argument of type '{ llmChain: LLMChain<string, BaseLanguageModel<any, BaseLanguageModelCallOptions>>; allowedTools: string[]; }' is not assignable to parameter of type 'ZeroShotAgentInput'.
|
Environment Tests
Argument of type '{ llmChain: LLMChain<string, BaseLanguageModel<any, BaseLanguageModelCallOptions>>; allowedTools: string[]; }' is not assignable to parameter of type 'ZeroShotAgentInput'.
|
Environment Tests
Argument of type '{ llmChain: LLMChain<string, BaseLanguageModel<any, BaseLanguageModelCallOptions>>; allowedTools: string[]; }' is not assignable to parameter of type 'ZeroShotAgentInput'.
|
Environment Tests
Argument of type '{ llmChain: LLMChain<string, BaseLanguageModel<any, BaseLanguageModelCallOptions>>; allowedTools: string[]; }' is not assignable to parameter of type 'ZeroShotAgentInput'.
|
Environment Tests
Argument of type '{ llmChain: LLMChain<string, BaseLanguageModel<any, BaseLanguageModelCallOptions>>; allowedTools: string[]; }' is not assignable to parameter of type 'ZeroShotAgentInput'.
|
Environment Tests
'StructuredTool' is declared but its value is never read.
|
Check linting
Process completed with exit code 1.
|