We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d7a5d commit 4cb0813Copy full SHA for 4cb0813
examples/openai-responses-integration.ts
@@ -32,7 +32,7 @@ const openaiResponsesIntegration = async (): Promise<void> => {
32
// Create a response with tool calls using the Responses API
33
const response = await openai.responses.create({
34
model: 'gpt-5.1',
35
- instructions: 'You are a helpful assistant that can access HRIS information.',
+ instructions: 'You are a helpful assistant that can access various tools.',
36
input: 'What is the employee with id: c28xIQaWQ6MzM5MzczMDA2NzMzMzkwNzIwNA phone number?',
37
tools: openAIResponsesTools,
38
});
0 commit comments