Skip to content

Commit

Permalink
[Obs AI Assistant] Fix function client in mocked client to have getAd…
Browse files Browse the repository at this point in the history
…HocInstructions (elastic#184214)
  • Loading branch information
viduni94 committed Oct 28, 2024
1 parent b19f5ab commit a4974d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ describe('observabilityAIAssistant rule_connector', () => {
getFunctionClient: async () => ({
getFunctions: () => [],
getInstructions: () => [],
getAdhocInstructions: () => [],
}),
},
context: {
Expand Down

0 comments on commit a4974d3

Please sign in to comment.