Skip to content

Commit

Permalink
Renake field
Browse files Browse the repository at this point in the history
  • Loading branch information
nick863 committed Nov 22, 2024
1 parent ba32af3 commit 081e26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specification/ai/Azure.AI.Projects/agents/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Azure.AI.Projects.Agents {
@@access(FunctionDefinition, Access.internal);
@@clientName(FunctionDefinition, "InternalFunctionDefinition", "csharp");
@@clientName(FunctionToolDefinition.function, "InternalFunction", "csharp");
@@clientName(AzureFunctionDefinition.FunctionDefinition, "InternalFunction", "csharp");
@@clientName(AzureFunctionDefinition.function, "InternalFunction", "csharp");

// SubmitToolOutputsAction: include .tool_calls directly rather than via an intermediate .details.

Expand Down
3 changes: 1 addition & 2 deletions specification/ai/Azure.AI.Projects/agents/tools/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ model FunctionDefinition {
model AzureFunctionDefinition {

@doc("The definition of azure function and its parameters.")
@encodedName("application/json", "function")
Function: FunctionDefinition;
function: FunctionDefinition;

@doc("Input storage queue.")
@encodedName("application/json", "input_binding")
Expand Down

0 comments on commit 081e26c

Please sign in to comment.