Skip to content

Commit

Permalink
feat(tools): Basic tool support for OpenAI models
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Gladish authored and gladish committed Sep 13, 2024
1 parent 9198466 commit 389b3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/server/textGeneration/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,6 @@ function externalToToolCall(call: ExternalToolCall, tools: Tool[]): ToolCall | u
return {
name: call.tool_name,
parameters: parametersWithDefaults,
correlationKey: undefined,
};
}

0 comments on commit 389b3be

Please sign in to comment.