Skip to content

Commit f3a4afd

Browse files
double to single quotes
1 parent 2c7367f commit f3a4afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models/openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ from pydantic_ai import Agent, Tool
238238
from pydantic_ai.models.openai import OpenAIResponsesModel
239239
from pydantic_ai.tools import FunctionTextFormat
240240

241-
sql_grammar_definition = "..." # (1)!
241+
sql_grammar_definition = '...' # (1)!
242242
def database_query(sql: str) -> str:
243243
return sql # (2)!
244244

0 commit comments

Comments
 (0)