Skip to content

Commit f787fc8

Browse files
committed
updating samples
1 parent 4eb7c95 commit f787fc8

File tree

1 file changed

+8
-0
lines changed
  • scenarios/Agents/samples/Python/project-sdk

1 file changed

+8
-0
lines changed

scenarios/Agents/samples/Python/project-sdk/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ The Code Interpreter tool allows the Agent to write and execute Python code in a
1414
File Search augments the Agent with knowledge from outside its model, such as proprietary product information or documents provided by your users.
1515

1616
To access your files, the file search tool uses the vector store object. Upload your files and create a vector store to contain them. Once the vector store is created, you should poll its status until all files are out of the in_progress state to ensure that all content has finished processing. The SDK provides helpers for uploading and polling.
17+
18+
19+
### Function Calling
20+
* [Python - function calling](./python-function-calling.py)
21+
* [Python - function calling with automatic tool calling](./python-function-calling-toolset.py)
22+
* [Python - function calling with streaming](./python-function-calling-streaming.py)
23+
24+
To use function calling, you need a function defined that can be called by the AI Agent service. You can find an example in the [user_functions.py](./user_functions.py) file in this folder.

0 commit comments

Comments
 (0)