Commit f73d971
committed
feat(responses): add people_search and finance_search built-in tools
Adds two new built-in tools to the Responses API:
- `people_search`: surfaces structured biographical and professional data
(e.g. LinkedIn results) when the model decides to look up a person.
- `finance_search`: returns structured financial data (quotes, financials,
segments, earnings transcripts) via category-based fan-out to FMP,
Finchat, and Quartr.
Both tools are zero-config — pass `{"type": "people_search"}` or
`{"type": "finance_search"}` in the `tools` array on
`responses.create(...)`.1 parent 149b420 commit f73d971
2 files changed
Lines changed: 48 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
964 | 970 | | |
965 | 971 | | |
966 | 972 | | |
| |||
1040 | 1046 | | |
1041 | 1047 | | |
1042 | 1048 | | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1043 | 1065 | | |
1044 | 1066 | | |
1045 | 1067 | | |
| |||
1189 | 1211 | | |
1190 | 1212 | | |
1191 | 1213 | | |
1192 | | - | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
1193 | 1221 | | |
1194 | 1222 | | |
1195 | 1223 | | |
| |||
1270 | 1298 | | |
1271 | 1299 | | |
1272 | 1300 | | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1273 | 1317 | | |
1274 | 1318 | | |
1275 | 1319 | | |
| |||
0 commit comments